[Manager Summary]

PMValidatePageFormat


Ensures that the page setup information is compatible with the driver for the current printer.
OSStatus PMValidatePageFormat(PMPageFormat pageFormat, Boolean *formatResult)
PARAMETERS
pageFormat
The PMPageFormat object previously created for the current printing session. The PMValidatePageFormat function checks whether the values in this object are compatible with the current version of the driver for the current printer. If the values in the object aren't compatible, then the function adjusts the object with the default values for the printer driver.
formatResult
A Boolean value of TRUE if the values in the PMPageFormat object were changed to maintain compatibility with the printer driver, FALSE if no changes were needed and no changes were made.
function result
A result code. See Result Codes.
CARBON PORTING NOTES
 The PMValidatePrintSettings and PMValidatePageFormat functions replace the Printing Manager function PrValidate.

Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.